projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded819c
)
Seal child_allocation field in GtkFrame.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:39 +0000
(11:04 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:39 +0000
(11:04 +0000)
svn path=/trunk/; revision=20564
gtk/gtkframe.h
patch
|
blob
|
history
diff --git
a/gtk/gtkframe.h
b/gtk/gtkframe.h
index cc21a940cdfabe55587255e40429378d58e43c49..b9d3785ce6755c543fbf992cf06914b7c7c08a6f 100644
(file)
--- a/
gtk/gtkframe.h
+++ b/
gtk/gtkframe.h
@@
-54,12
+54,12
@@
struct _GtkFrame
{
GtkBin bin;
- GtkWidget *GSEAL(label_widget);
- gint16 GSEAL(shadow_type);
- gfloat GSEAL(label_xalign);
- gfloat GSEAL(label_yalign);
+ GtkWidget *GSEAL
(label_widget);
+ gint16 GSEAL
(shadow_type);
+ gfloat GSEAL
(label_xalign);
+ gfloat GSEAL
(label_yalign);
- GtkAllocation
child_allocation
;
+ GtkAllocation
GSEAL (child_allocation)
;
};
struct _GtkFrameClass